home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / prog_gen / psetup55.zip / SETUP.INF < prev    next >
INI File  |  1996-01-14  |  4KB  |  109 lines

  1. ;==============================
  2. ; Generic Setup Script File
  3. ; For Setup Application Version 8.0 and above 
  4. ;
  5. ; Copyright ⌐ 1992-1996 Chapter One Developments Ltd.
  6. ;==============================
  7. ;
  8. ; Notes:
  9. ; References to { } are directories. Defined are -
  10. ; {T} - Target Dir, {S} - Windows System, {W} - Windows, {O} - Setup Dir
  11. ;=============================================
  12. ;
  13. ; Section headings should appear in the following order:
  14. ; [Setup]
  15. ; [Components]
  16. ; [Directory]
  17. ; [Disk1] etc.
  18. ; [Icons]
  19. ; [INI]
  20. ; [Bootstrap]
  21. ;
  22.  
  23. [Setup]
  24. AppTitle=SETUP.EXE Professional
  25. AppVersion=5.5
  26. AppShortTitle=SETUP.EXE
  27. Disks=1
  28. FolderName=Setup
  29. AppDefaultPath=C:\SETUPPRO
  30. SetupLog=PROSETUP.LOG
  31. SuppressFileRenameMsg=Yes
  32. ReadMe={T}\README.TXT
  33. ;RunApp={T}\APP.EXE
  34. TypicalComponents=AB
  35. CompactComponents=AB
  36. CustomComponents=AB
  37.  
  38. [Components]
  39. ; Split installation into components
  40. ; (Alphabetic chars will work best)
  41. ;
  42. A; Setup
  43. B; SETUP.INF Editor
  44.  
  45. [Directory]
  46. ; Other destination directories in addition to T, W and S
  47. ; Component; Number; Directory
  48. ;
  49. ; ({ } references will be translated to the appropriate defined directories.)
  50. ;
  51. ;A; 1; {T}\DATA
  52.  
  53. [Disk1]
  54. ; Component; Source Name; Target Name; Version Number; Expanded File Size; Target Dir; Force Install Y/N?; Comment (optional and displayed instead of Source Name)
  55. ;
  56. ; (Target Dir: T, S, W, O, 1, 2 etc. references will be translated to the appropriate directories.)
  57. ;
  58. B; CMDIALOG.VB_; CMDIALOG.VBX; 0002.0001.0000.0005; 18688; S; N; Common dialog custom control
  59. A; COMPRESS.EX_; COMPRESS.EXE; *; 15259; T; N; Microsoft File Compression utility
  60. A; CTL3DV2.DL_; CTL3DV2.DL_; 0002.001D.0000.0000; 26992; T; C; Microsoft 3D Window Controls library
  61. A; EXAMPLE.IN_; SETUP.INF; *; 870; T; N; Example SETUP.INF file
  62. A; EXPAND.EX_; EXPAND.EXE; *; 14001; T; N; Microsoft File Expansion utility
  63. A; FILE_ID.DIZ; FILE_ID.DIZ; *; 453; T; N; Standard BBS description file
  64. A; REGISTER.TX_; REGISTER.TXT; *; 6815; T; N; Registration details file
  65. A; SETUP.BM_; SETUP.BMP; *; 55578; T; N; Example Setup dialog bimap
  66. A; SETUP.EXE; SETUP.EXE; 0005.0005.0000.0001; 27136; T; N; SETUP.EXE Professional
  67. A; SETUP.IC_; SETUP.ICO; *; 766; T; N; SETUP.EXE icon
  68. A; SETUPPRO.HL_; SETUPPRO.HLP; *; 445182; T; N; SETUP.EXE Pro Help file
  69. B; SETUPINF.EX_; SETUPINF.EXE; *; 142992; T; N; SETUP.INF Editor program
  70. A; SOURCE.TX_; SOURCE.TXT; *; 5720; T; N; Source code purchasing details
  71. A; README.TXT; README.TXT; *; 6518; T; N; General product and installation details
  72. B; THREED.VB_; THREED.VBX; 0003.0000.0001.0000; 64432; S; N; Three dimensional effects custom control
  73. B; TOOLTIP.VB_; TOOLTIP.VBX; 0001.0006.0000.0000; 20576; S; N; Tooltips custom control
  74. A; VENDINFO.DIZ; VENDINFO.DIZ; *; 11317; T; N; Standard product information file
  75.  
  76. [Icons]
  77. ; Components; Progman Group; File Dir; File Name; Icon Description
  78. ;
  79. ; (Progman Group - Name to create / add to or {U} for user specified)
  80. ; (File Dir - T, S, W, O, 1, 2 etc. references will be translated to the appropriate directories.)
  81. ; ({ } references will be translated to the appropriate directories.)
  82. ;
  83. B; {U}; T; SETUPINF.EXE; SETUP.INF Editor
  84. A; {U}; T; SETUPPRO.HLP; SETUP.EXE Pro Help
  85. A; {U}; T; README.TXT; Read Me
  86. A; {U}; T; REGISTER.TXT; Register
  87.  
  88. [INI]
  89. ; Change / Create INI files
  90. ; Component; INI file; Section; Setting-Value
  91. ;
  92. ; ({ } references will be translated to the appropriate directories.)
  93. ;
  94. A; WIN.INI; Extensions; log=notepad.exe ^.log
  95.  
  96. ; SETUP.EXE Bootstrap
  97. ;
  98. [BootSetup]
  99. DialogTitle=SETUP.EXE Professional Setup
  100. DialogWidth=350
  101. Dialog3d=1
  102. ImageFile=SETUP.ICO;1;28;35
  103. SetupLogFile=SETUPPRO.LOG
  104. ExcludeWinOS=1;1
  105. Requires1=VBRUN300.DLL
  106. File1=SETUPKIT.DLL
  107. File2=VBCTL3D.VBX
  108.  
  109.